projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e3db5
)
* regex.c (EXTEND_BUFFER): Change order of pointer addition
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 26 Mar 2008 22:53:47 +0000
(22:53 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 26 Mar 2008 22:53:47 +0000
(22:53 +0000)
operations, to avoid having the difference between pointers
overflow.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d51a59e1031b9ace53e2a902b9ae3fec24e65627..33bff778dc2c15a8f04be1ccf85cc2334164823a 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,9
@@
+2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
+
+ * regex.c (EXTEND_BUFFER): Change order of pointer addition
+ operations, to avoid having the difference between pointers
+ overflow.
+
2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
* indent.c (check_display_width): New fun.